Adwaita: Also apply $color_menu to popover arrows
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>
Sun, 30 Jun 2019 22:51:51 +0000 (19:51 -0300)
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>
Sun, 30 Jun 2019 22:51:51 +0000 (19:51 -0300)
So that popovers and arrows are always in agreement of
the background color.

gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index 534592abb71130cc01e8c0a597482bdbe6013430..ae777dd66134fb8ad863b6f44eb90d008ffdb400 100644 (file)
@@ -4766,6 +4766,7 @@ popover.menu {
     padding-bottom: 5px;
   }
 
+  arrow,
   &.background contents {
     background-color: $menu_color;
   }
index 20c0745d9839c3ddb1bc8f881052ed86565bfe96..106ffc7aa33a66b3074b9446b100eac11ac6bc4d 100644 (file)
@@ -2063,7 +2063,7 @@ popover.menu box.inline-buttons { border-radius: 5px; border-style: none; border
 
 popover.menu box.circular-buttons { padding-bottom: 5px; }
 
-popover.menu.background contents, popover.menu arrow { background-color: #2f2f2f; }
+popover.menu arrow, popover.menu.background contents { background-color: #2f2f2f; }
 
 popover.menu.background separator { margin: 5px 0px; }
 
index 43b1a47539706595f10219fab46519177b373dbb..7a29b914a09ddc83e48497b03ba8e3cb69a5851e 100644 (file)
@@ -2079,7 +2079,7 @@ popover.menu box.inline-buttons { border-radius: 5px; border-style: none; border
 
 popover.menu box.circular-buttons { padding-bottom: 5px; }
 
-popover.menu.background contents, popover.menu arrow { background-color: #ffffff; }
+popover.menu arrow, popover.menu.background contents { background-color: #ffffff; }
 
 popover.menu.background separator { margin: 5px 0px; }